#pollContent {
  padding: 10px 0;
  float: left;
  clear: both;
  width: 180px;
  left: 10px; }

#spinner {
  width: 100%; }
  #spinner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 160px; }

.barGraph {
  width: 0px;
  float: left; }

.graph {
  background-color: #E5E5E5;
  float: left;
  clear: both;
  width: 159px;
  height: 10px;
  margin-bottom: 5px; }
  .graph img {
    float: left;
    clear: both;
    height: 10px; }

.barGraphPct {
  font-size: 85%;
  font-weight: bold;
  float: left;
  padding-left: 10px;
  clear: right;
  margin-top: -2px; }

#totalVoteCount, .totalVoteCount {
  font-size: 77%;
  padding-right: 10px;
  color: #666;
  clear: both; }

#totalVoteCount a, .totalVoteCount a {
  color: #666; }

#seeResults {
  font-size: 11px;
  text-align: center;
  width: 100%;
  margin-left: 40px; }

#pollResults h2 {
  margin-left: 10px;
  padding-left: 0; }
#pollResults .hide {
  display: none; }

.invitations {
  margin: 0px;
  float: left;
  clear: both;
  display: inline;
  margin-left: 10px;
  width: 160px;
  padding-bottom: 10px; }
  .invitations li {
    width: 80px;
    float: left; }
    .invitations li a {
      padding-left: 15px;
      font-size: 11px; }
    .invitations li.email {
      background: url(/lib/img/icoEmail2.gif) left no-repeat;
      width: 80px; }
    .invitations li.widget {
      background: url(/lib/img/icoWidget.gif) left no-repeat; }
    .invitations li.share {
      background: url(/lib/img/icoShare2.gif) left no-repeat; }

#pollNavigation {
  background: url(/lib/img/bgPollNav.gif);
  width: 180px;
  height: 17px;
  margin: 0;
  float: left;
  clear: both; }
  #pollNavigation .prev {
    position: absolute;
    left: 0px; }
  #pollNavigation .next {
    position: absolute;
    right: 0px; }

#moreContent h3 {
  font-family: Georgia, Times Roman, serif;
  font-size: 123.1%;
  float: left;
  clear: both;
  width: 165px; }

.sideTitle, .topicList dd div.sideTitle {
  width: 160px;
  clear: both;
  font-weight: bold;
  font-size: 10px;
  line-height: 1em;
  color: #333; }

div.pollResultsMini div.graph {
  margin-bottom: 5px; }

#seeForm a {
  color: #666; }
